home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00050_Script_Generic Go Marker < prev    next >
Text File  |  1998-09-21  |  303b  |  16 lines

  1. on mouseDown
  2.   ThreeStateButton
  3.   resetsweater
  4.   resetbanner
  5.   resetBalls
  6.   set mybutton = the clickon
  7.   repeat with x = 5 to 34
  8.     if x <> mybutton then puppetsprite x, 0
  9.   end repeat
  10.   GoMarkers
  11.   repeat with x = 5 to 34
  12.     if x <> mybutton then puppetsprite x, 1
  13.   end repeat
  14.   
  15. end
  16.